home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 June / PCWJUN05A.iso / Software / Resources / SyncBack 3.2.8.200 / SyncBack_Setup.exe / {app} / SyncBack.exe / 0 / RCDATA / TFRMSPLASHSCREEN / TFRMSPLASHSCREEN.txt
Text File  |  2005-03-20  |  839b  |  41 lines

  1. object frmSplashScreen: TfrmSplashScreen
  2.   Left = 302
  3.   Top = 294
  4.   AlphaBlend = True
  5.   AlphaBlendValue = 0
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'SyncBack'
  9.   ClientHeight = 310
  10.   ClientWidth = 553
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object SplashImage: TGifImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 553
  29.     Height = 310
  30.     AutoSize = True
  31.     OnClick = SplashImageClick
  32.   end
  33.   object SplashTimer: TTimer
  34.     Enabled = False
  35.     Interval = 2500
  36.     OnTimer = SplashTimerTimer
  37.     Left = 16
  38.     Top = 16
  39.   end
  40. end
  41.